Item Property

Summary
Gets or sets the IList at the specified index.
Syntax
C#
C++/CLI
public T Item( 
   int index 
) { get; set; } 
public: 
property T^ default [int] { 
   T^ get(int index); 
   void set (int index, T^); 
} 

Parameters

index
The index for the item in the list.

Property Value

The item in the list.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.